home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 6
/
Megahits 6 (1995)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso
/
time_ungepackt
/
time_301_330
/
time328
/
clipmaster
/
install clipmaster
< prev
next >
Wrap
Text File
|
1995-07-15
|
2KB
|
72 lines
; Install-Script für ClipMaster
;
; © 1994 Holger Engels
;
; $VER:ClipMasterInstall 1.01 DEMO (28-JUL-94)
;
(set @app-name "ClipMaster 1.01 DEMO")
(set @language "deutsch")
(welcome "Willkommen zur Installation von ClipMaster V1.01 DEMO")
(set Ok 0)
(complete 0)
(set @default-dest "SYS:")
(if (askchoice (prompt "Soll ClipMaster beim Hochfahren des Rechners automatisch aktiviert werden?")
(help @askchoices-help)
(choices "automatisch aktivieren"
"manuell starten")
(default 0))
(copyfiles (prompt "Kopiere ClipMaster Commodity...")
(help (cat "ClipMaster Commodity wird auf Ihre Festplatte kopiert\n\n" @copyfiles-help))
(source "TIME_328:ClipMaster/Commodities")
(dest "SYS:Tools/Commodities")
(pattern "ClipMaster")
(infos))
(copyfiles (prompt "Kopiere ClipMaster Commodity...")
(help (cat "ClipMaster Commodity wird auf Ihre Festplatte kopiert\n\n" @copyfiles-help))
(source "TIME_328:ClipMaster/Commodities")
(dest "SYS:WBStartup")
(pattern "ClipMaster")
(infos))
)
(complete 40)
(copyfiles (prompt "Kopiere ClipMaster Preferences...")
(help (cat "ClipMaster Preferences wird in Ihr Preferences Verzeichnis kopiert\n\n" @copyfiles-help))
(source "TIME_328:ClipMaster/Preferences")
(dest "SYS:Prefs")
(pattern "ClipMaster")
(infos))
(complete 70)
(if (askbool (prompt "Soll ein Beispiel für eine Clip Liste zum Testen installiert werden?")
(help @askbool-help)
(default 0))
((copyfiles (prompt "Kopiere ClipMaster.prefs...")
(help (cat "ClipMaster Preferences wird in Ihr ENVARC: Verzeichnis kopiert\n\n" @copyfiles-help))
(source "TIME_328:env")
(dest "ENVARC:")
(pattern "ClipMaster.prefs"))
(copyfiles (prompt "Kopiere ClipMaster.prefs...")
(help (cat "ClipMaster Preferences wird in Ihr ENV: Verzeichnis kopiert\n\n" @copyfiles-help))
(source "TIME_328:env")
(dest "ENV:")
(pattern "ClipMaster.prefs"))
)
)
(complete 100)
(exit)